From: Julien Grall Date: Wed, 7 Dec 2022 20:08:16 +0000 (+0000) Subject: Set 4.17 version X-Git-Tag: archive/raspbian/4.17.0-1+rpi1^2~29^2~2 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=4aa115ea4e92ffc787fa17a4bd1f2cb903457412;p=xen.git Set 4.17 version Signed-off-by: Julien Grall --- diff --git a/xen/Makefile b/xen/Makefile index 9d0df5e2c5..d7102a3b47 100644 --- a/xen/Makefile +++ b/xen/Makefile @@ -6,7 +6,7 @@ this-makefile := $(call lastword,$(MAKEFILE_LIST)) # All other places this is stored (eg. compile.h) should be autogenerated. export XEN_VERSION = 4 export XEN_SUBVERSION = 17 -export XEN_EXTRAVERSION ?= -rc$(XEN_VENDORVERSION) +export XEN_EXTRAVERSION ?= .0$(XEN_VENDORVERSION) export XEN_FULLVERSION = $(XEN_VERSION).$(XEN_SUBVERSION)$(XEN_EXTRAVERSION) -include xen-version